The following tables list the members exposed by DialogOperationResult<T>.
| Name | Description | |
|---|---|---|
![]() | DialogOperationResult<T> Constructor | Initializes and new instance of DialogOperationResult. |
| Name | Description | |
|---|---|---|
![]() | Cancelled | Indicates whether the dialog or message box has been cancelled. |
![]() | DialogResult | Returns the user's response to a dialog or message box. |
![]() | IsCompleted | Returns whether the operation is completed regardless of whether it was cancelled or failed. |
| Name | Description | |
|---|---|---|
![]() | AsTask | Returns a Task<T> for the current DialogOperationResult. |
![]() | ContinueWith | Creates a continuation that executes when the target operation completes. |
| Name | Description | |
|---|---|---|
![]() | OnCompleted | Raises the Completed event. |
Implicit Type Conversion | Overloaded. Implicitly converts the current DialogOperationResult to type System.Threading.Tasks.Task |



